
/* Intro Section */
.banner_wrap{
	background-color:#f1f1f1;
	width:100%;
	font-family: "Rooster";
}
.intro{
text-align: center;
  margin: 30px auto 0 auto;
max-width:900px;
}

.intro .title{
  font-size: 25px;
line-height: 40px
}
.intro .subtitle{
  font-weight: 100;
  font-size: 16px;
line-height: 32px
}

/* Depot information container */

.depot_listings{
  margin: 30px auto;
  max-width:1000px;
  border: 1px solid #d8d8d8;
  }

  .tab{
  padding: 30px 0;
  background-color: #fff;
  }

  .depot_list{
  list-style-type: none;
   display: flex;
   flex-wrap: wrap;
  }

  .depot_list li{
  width: 33%;
  margin: 15px 0;
  }

  .depot_list li a{
  text-decoration: none;
  color: #28343d;
  }

  .depot_title{
  font-size:15px;
  line-height:36px;
    border-bottom: 1px solid #28343d;
  }

  .address{
  font-size: 14px;
  line-height: 28px;
  color: #71777B;
  margin: 0 30px 0 0;
  }
  

@media only screen and (max-width: 1023px){
 .intro{
  text-align: center;
  margin: 30px auto;
  max-width:719px;
  }
  .depot_listings{
  margin: 30px auto;
  max-width:719px;
  }
  .depot_list li{
  width: 50%;
  margin: 0 0 12px 0;
  }
  .address{
  font-size: 13px;
  line-height: 24px;
  margin: 0 24px 0 0;
  }
    .tab{
  padding: 16px 0 16px 16px;
  background-color: #fff;
  }


}

@media only screen and (max-width: 600px){
 .intro{
  margin: 16px;
  width:100%;
  }
  .depot_listings{
  margin: 16px ;
  width:100%;
  }

  .depot_list li{
  width: 90%;
  margin: 0 5% 12px 5%;
  }

  .address{
  margin: 0 10px 16px 0;

  }
  .intro .title{
  font-size: 16px;
  line-height: 30px
  }

  .intro .subtitle{
  font-size: 14px;
  line-height: 18px
  }

  .depot_title{
  font-size:14px;
  line-height:24px;
  }
      .tab{
  padding: 8px ;
  background-color: #fff;
  }
}
